home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / pcgames / EMERGY / DX5SDK / SDK / SAMPLES / DUEL / readme.txt
Text File  |  1997-07-14  |  1KB  |  32 lines

  1. Duel Sample Game
  2. ------------------
  3.  
  4. This program requires less than 1 Meg of video ram.
  5.  
  6. The commands which this game recognizes are listed on the opening screen.
  7.  
  8.     ESC, F12        - Quit
  9.     NUMPAD 4        - Turn left
  10.     NUMPAD 6        - Turn right
  11.     NUMPAD 5        - Stop moving
  12.     NUMPAD 8        - Accelerate forward
  13.     NUMPAD 2        - Accelerate backward
  14.     SPACEBAR        - Fire
  15.     ENTER        - Starts game
  16.     F5              - toggle frame rate display
  17.  
  18.  
  19. To play multiplayer one machine hosts a game, the others join.
  20.  
  21. To play using TCP/IP over the Internet, the people who are joining the
  22. game must enter the IP address of the machine that hosted the game.
  23. You can find out the IP address of your machine by running "winipcfg".
  24. If you have a net card and a modem installed, you will need to make
  25. sure you read the IP address of the modem connection to the Internet.
  26. The modem will show up as a "PPP Adapter".  DirectPlay will not work
  27. through proxies or firewalls.
  28.  
  29. Also see the DPLAUNCH example.
  30.  
  31.  
  32.